GET /ShortLink/{shortLink}/

Gets a long link from the given short link.
 

Request

Method Request URI
GET /API/ShortLink/{shortLink}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
shortLink The short link to find the long link for.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

A System.String with the long link, or a status code indicating the problem.